home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFNETTEST / TFNETTEST.txt
Text File  |  1999-03-22  |  3KB  |  143 lines

  1. object FNetTest: TFNetTest
  2.   Left = 239
  3.   Top = 208
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Network and Firewall Test'
  9.   ClientHeight = 245
  10.   ClientWidth = 427
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object tFail: TLabel
  24.     Left = 208
  25.     Top = 224
  26.     Width = 19
  27.     Height = 13
  28.     Caption = 'tFail'
  29.     Visible = False
  30.   end
  31.   object Btest: TButton
  32.     Left = 15
  33.     Top = 215
  34.     Width = 75
  35.     Height = 23
  36.     Caption = 'Test'
  37.     TabOrder = 0
  38.     OnClick = BtestClick
  39.   end
  40.   object BNext: TButton
  41.     Left = 105
  42.     Top = 215
  43.     Width = 75
  44.     Height = 23
  45.     Caption = 'Finish'
  46.     TabOrder = 1
  47.     OnClick = BNextClick
  48.   end
  49.   object BCancel: TButton
  50.     Left = 340
  51.     Top = 215
  52.     Width = 75
  53.     Height = 23
  54.     Caption = 'Cancel'
  55.     TabOrder = 2
  56.     OnClick = BCancelClick
  57.   end
  58.   object Memo1: TMemo
  59.     Left = 15
  60.     Top = 5
  61.     Width = 404
  62.     Height = 132
  63.     TabStop = False
  64.     BorderStyle = bsNone
  65.     Color = clBtnFace
  66.     Ctl3D = False
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -13
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     Lines.Strings = (
  73.       'This test checks if your network is working properly and that '
  74.       'you are not behind a firewall.'
  75.       ''
  76.       'When you press the Test button below, we will attempt to set '
  77.       'up a connection to the Net2Phone servers.'
  78.       ''
  79.       'The results of the connection will be displayed below:')
  80.     ParentCtl3D = False
  81.     ParentFont = False
  82.     TabOrder = 3
  83.   end
  84.   object Panel1: TPanel
  85.     Left = 8
  86.     Top = 152
  87.     Width = 417
  88.     Height = 57
  89.     BevelOuter = bvNone
  90.     TabOrder = 4
  91.     object Ltest: TLabel
  92.       Left = 7
  93.       Top = 42
  94.       Width = 394
  95.       Height = 13
  96.       AutoSize = False
  97.       Caption = 'Testing.  Please Wait.......'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlack
  100.       Font.Height = -12
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.       Visible = False
  105.       WordWrap = True
  106.     end
  107.     object LFail: TLabel
  108.       Left = 7
  109.       Top = 25
  110.       Width = 393
  111.       Height = 26
  112.       Caption = 
  113.         'Test Failed:  Either you are not connected to the internet, are ' +
  114.         'behind a firewall, or have some other network problem.'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clRed
  117.       Font.Height = -12
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = [fsBold]
  120.       ParentFont = False
  121.       Visible = False
  122.       WordWrap = True
  123.     end
  124.     object LPass: TLabel
  125.       Left = 7
  126.       Top = 0
  127.       Width = 397
  128.       Height = 26
  129.       Caption = 
  130.         'Test Passed.  You can sucessfully use Net2Phone on this computer' +
  131.         '.  Click FINISH below to complete the wizard.'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clBlack
  134.       Font.Height = -12
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = [fsBold]
  137.       ParentFont = False
  138.       Visible = False
  139.       WordWrap = True
  140.     end
  141.   end
  142. end
  143.